net/http.serveMux121.handler (method)
4 uses
	net/http (current package)
		servemux121.go#L115: 		return mux.handler(r.Host, r.URL.Path)
		servemux121.go#L130: 		_, pattern = mux.handler(host, path)
		servemux121.go#L135: 	return mux.handler(host, r.URL.Path)
		servemux121.go#L140: func (mux *serveMux121) handler(host, path string) (h Handler, pattern string) {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |